home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-05 | 438 b | 19 lines | [TEXT/MPS ] |
- #----------
- # This file has been modified for Macintosh Tcl and Tickle. -- Tim Endres
- #----------
- #puts stdout "••• \[library\]tclshrc"
-
- ###
- ### This is the tcl shell init script for tcl X...
- ###
- if [file exists "[info library]:tclshell.tcl"] {
- source "[info library]:tclshell.tcl"
- }
-
- ###
- ### This is the tcl shell init script for tcl Macintosh...
- ###
- if [file exists "[info library]:maclib.tcl"] {
- source "[info library]:maclib.tcl"
- }
-